home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
PuzzlePuzzle.swf
/
scripts
/
DefineButton2_280
/
BUTTONCONDACTION on(keyPress Right).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-05
|
163 b
|
10 lines
on(keyPress "<Right>"){
if(manx < 7)
{
sound.gotoandplay("move");
man.gotoandplay("right");
manx += 1;
man._x += 35;
}
}